From 837ce28ba1f381bdbe6eed6ccd4f4c652586c51e Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 3 Aug 2024 16:06:15 -0500 Subject: [PATCH] Use table row abstractions --- src/pgwui_upload/templates/upload.mak | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/pgwui_upload/templates/upload.mak b/src/pgwui_upload/templates/upload.mak index f6c4025..ebd7005 100644 --- a/src/pgwui_upload/templates/upload.mak +++ b/src/pgwui_upload/templates/upload.mak @@ -60,10 +60,10 @@ <%def name="table_row(tab_index)"> - - - - + <%self.lib:td_label for_id="table_id"> + Table or View + + <%self.lib:td_input tab_index="${tab_index}"> - + - <% tab_index.inc() %> <%def name="table_rows(tab_index)"> -- 2.34.1